feat: migrate to using .safety-ignore.yml file#1215
Conversation
.safety-ignore.yml file
There was a problem hiding this comment.
From the last comment in #1204, there was also the idea of allowing users to specify their own safety config file. Could you follow the logic we have for bandit (input bandit-configfile) for safety ? Also, could you update the documentation to let users know that any use of those config files requires inputs.checkout to be true.
…ctions into feat/improve-vuln-action
|
@RobPasMue FYI concerning allowing a custom safety policy file. Are we sure we want to allow that? |
Sorry - hadn't seen it. Developed the PR based on the feedback in this one - not #1203. Let's talk offline |
|
For visibility: following a team meeting discussion, this PR should not be closed. Thanks for raising concerns @moe-ad |
|
I was thinking on #1228 - we should also clean up this file |
|
But let's merge #1228 first |
|
Thanks @vgelbgras for the great idea! |
|
Feel free to merge @moe-ad |
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com> Co-authored-by: Muhammed Adedigba <68085496+moe-ad@users.noreply.github.com> Co-authored-by: Muhammed Adedigba <muhammed.adedigba@synopsys.com>
Follow up from #1204. Based on @vgelbgras's initial implementation